Join Slack
Powered by
<I need to write a validation logic(using regex) f...
# stackoverflow
u
user
06/30/2022, 9:51 AM
I need to write a validation logic(using regex) for a particular enum type using spring boot
Usecase I have an enum named document-type which contains passport,PAN CARD.I want to validate the PAN card[length and character] using regex. How to implement that using spring boot.
3
Views
Open in Slack
Previous
Next