aldor | The Aldor Programming Language | Natural Language Processing library
kandi X-RAY | aldor Summary
kandi X-RAY | aldor Summary
The Aldor Programming Language
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aldor
aldor Key Features
aldor Examples and Code Snippets
Community Discussions
Trending Discussions on aldor
QUESTION
Example:
Here is my code of C#
This is regular expression demo in C# in dotfiddle.
...ANSWER
Answered 2021-May-20 at 08:10You need to escape \d
in your javascript for it to be equivalent to the C# regex. It should be like this: '^(50|70)(4|5)\\d{9}$'
. In your C# code you prefixed the string with a @ which makes this unnecessary there.
If you want these as similar as possible to avoid confusion, you could change your C# pattern to string regex = "^(50|70)(4|5)\\d{9}$";
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aldor
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page