You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Krusty84 I'm not sure what you want if the value of the parameter exceeds the maximum length. If you need to truncate the string after the maximum length, the regex can be (?<=.{63}).{0,} assuming the maximum length is 63.
Hello Dear Team,
Could you help me please,
I want to set maximum length (63 symbols) for the specific parameter:
...
But it doesn't work:(
Thank you for any idea!
The text was updated successfully, but these errors were encountered: