04-17-2020 05:36 AM
Hello,
i'm trying to match the following expression in the "Radius User Name" attribute of a customer using regex in a condition:
Example radius username: "Hans Mayer"
It does not matter what is before and after Space. But it is important that the Space is also queried.
Is that even possible?
I already tried the following expressions:
- .*\s*.
- \s
The match should take place if a certain SSID and no space is available in the "Radius User Name" attribute!
Maybe someone has had such a case before and can give me a hint.
Thank you and stay healthy !!
Solved! Go to Solution.
04-17-2020 06:14 AM
I answer my inquiry myself ;)
You have to use "Matches" and the following regex expression ".*(\s).*" to get a space in the username.
Have a nice weekend
04-17-2020 06:14 AM
I answer my inquiry myself ;)
You have to use "Matches" and the following regex expression ".*(\s).*" to get a space in the username.
Have a nice weekend
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide