Hi All,Anybody knows how to match this in one regexp ?
[Home[0-8]] or Home[0-8]
So far tried this but it's not working ...*?\([Home[0-8]|[(Home[0-8]]).?\].*
Thanks for your input.
Something like this?
\[*Home\[0-8[,.]*\]
Also, what do you mean by 'if both found'? Can the two be in a single string or?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.