This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
I have written a REGEX looking for "E" at 6th postition "MATCH ^.{5}(E). I have tested it successfull for "Network Access - UserName" but it is not working for "Network Access - NetworkDeviceName" where i need it -> anyone who have experienced the same issue ?
Solved! Go to Solution.
Please append .*$ to your RegEx pattern.
Hi "hslai"
It is working. Interesting is that on other positions in "Policy set" this REGEX works without Append ".*$"
Anyway thank's a lot for support
Thomas