RegEx for Removing Non-Ascii Chars Except Certain Whitespaces

John Craig john at splash21.com
Wed Jan 29 11:39:09 EST 2014


( Just remember that \w will include certain punctuation  ;)  )


On 29/01/2014 16:25, Ender Nafi Elekcioglu wrote:
> Thierry, John;
>
> Thank you very much,
> both work just fine.
>
> Inspecting your solutions, I’ve found my stupid mistake, btw.
> This was what I was trying:
> “[^\W- ]”
> which should be obviously
> “[^\w- ]”
>
> Silly me :)
>
>
> Thanks again…
>
> Best,
>
> ~ Ender
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list