
Mike Demunter
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 19
Posts
Recent activity by Mike Demunter-
Replace ampersand by html safe code problem
I have a simple calculation field, which aims to replace all special characters in a string. This works : "Chip & Dale".replace(/</g,"<");"Chip & Dale".replace(/>/g,">");"Chip & Dale".replace...