Can we have regexmatch code for this scenario : I have 4 digits in text format but last 2 digits should be fixed EX:"XX30" here "30" is fixed "XX" can be any numbers in text format
Discussion posts and replies are publicly visible
Not sure of regex but here is a simple way to do it via Appian.
like(1234,"??30")
If you want to use only regex, then you can use any regex builder website and copy the pattern on Appian.