Forum Discussion
- rraghvaniChampion Level 3
You can use Regular Expressions Syntax to extract the number from your string i.e. contentText.
- scottroutesmartOccasional Contributor
Depending on the language you are using, you could also use a slice() function to cut what you need out of the sting if the number is always in the same position.
requisition = contentText.slice(28, 38)
Related Content
- 3 years ago
- 5 years ago
Recent Discussions
- 4 hours ago