Statement to check whether the string contains digits in it

If condition Statement to check whether the string contains digits in it

@Sweety_Girl
have a look here:
grafik

within if condition the Method Regex.IsMatch can be used:
Regex.IsMatch Method (System.Text.RegularExpressions) | Microsoft Learn

2 Likes

you can use Regex for this

FLOW

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.