SpringBoot Input validation of emoji

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



SpringBoot Input validation of emoji



I have a SpringBoot app. In one of the POST endpoints, in the request body it will contain emoji.


POST



I'm using the @Pattern annotation to do some input validation. But cannot get the emoji validation to work.


@Pattern



My latest attempt was for the emoji : 😀
to use the regex:


😀



@Pattern(regexp = "(\uD83D[\u0000-\uffff])")


@Pattern(regexp = "(\uD83D[\u0000-\uffff])")



and various variations with no luck. Any suggestions?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

GoXI J8mEbEqPuW
9t3q5OiLr 0,YapJ,bZGSE31XrR7xfzqtAUeOmS PwTSDVFK8Kb1gcdniwnl2hW3VM22i2AFbV6,qrLXBFO8q5vFGaBO5 r 9T3dGhvh

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3