|
From: rashid19672008 on 6 May 2008 06:40 How can I remove all non-alpha-numeric characters from a string? (i.e. only alpha-numerics should remain in the string).
From: tst on 6 May 2008 06:40 Like this? <img src="http://forums.ni.com/attachments/ni/170/321317/1/Filter String.png"> Filter String.png: http://forums.ni.com/attachments/ni/170/321317/1/Filter String.png
From: smercurio_fc on 6 May 2008 11:40 You folks should try to spend some time with bash scripts and grep. Your heads will start spinning, as mine has on multiple occasions. :smileyvery-happy:
From: altenbach on 6 May 2008 11:40 I would recommend to recruit the "lexical class" tool from the comparison palette for this, it can simplify your code quite a bit. You want lexical classes 3,4, and 5. Check the online help.
From: craigc on 6 May 2008 11:40
Does that mean that once you have the Lexical class/classes you can filter strings with them? Craig |