Microsoft
Software
Hardware
Network
Question : How to extract Numbers from a text string ?
Hello gurus,
I have a string that contains numbers : example "RW( 32)" OR "ABILF32"
What is the best way to extract the number out of that string ?
thanks
Answer : How to extract Numbers from a text string ?
? CHRTRAN("RW( 32)", CHRTRAN("RW( 32)","1234567890",""),"")
Random Solutions
Problems with sp_executesql
unable to open internal url using VPN
Why the record on my database is incomplete??????
Asterisk: Detect incoming call
IBM iseries 520
how to implement the screen which can be in form of grid lines in swings
from X and Y cordites
I need to create a script the copies the newest file from 1 directory to another
the database connection in in asp.net
Locale problem in C# program that I implemented. How to fix?