erezlevi Posted January 2, 2009 Posted January 2, 2009 hi, I need hlep with the following string: [start string] 0 a 0 נd ח)uid=507200756,c=il,ou=bluepages,o=ibm.com0 ¶0 sn1 Zeitlin0 givenName1 Amit0 cn1 Amit Zeitlin0 mail1 IAZ@il.ibm.com0 mobile1 972-52-25544260 tieline1 384260 ןd ז)uid=824502756,c=il,ou=bluepages,o=ibm.com0 µ0 sn1 Zaks0 givenName1 Ayal0 cn1 Ayal Zaks0 mail1 ZAKS@il.ibm.com0 mobile1 972-54-697-64990 tieline1 [/stop string] now what I need is to remove any charecter that is not a number or a letter. any ideas ?
someone Posted January 2, 2009 Posted January 2, 2009 This should do it; StringRegExpReplace($String, "\W", "") While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
erezlevi Posted January 2, 2009 Author Posted January 2, 2009 This should do it;StringRegExpReplace($String, "\W", "")worked! thanks,
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now