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?
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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.