Microsoft
Software
Hardware
Network
Question : Need small help
Hi all,
I have requirement for the below.client is posting a file with this format
20100722-v1-IO_90000010_M0
001_DESC00
01_LD0001_
I.txt
I want to extract the above fille output as
file1=M0001
file2=DESC0001
file3=LD0001
Please help me in advance
Answer : Need small help
If you're looking for an Oracle solution
if the above string is in column/variable "str"....
file1 = ltrim(regexp_substr(str,'_
[^_]+',1,2
),'_')
file2 = ltrim(regexp_substr(str,'_
[^_]+',1,3
),'_')
file3 = ltrim(regexp_substr(str,'_
[^_]+',1,4
),'_')
Random Solutions
average overhead on a PIX site to site IPSec tunnel
Sharing camcorder footage
Login to SSRS as andmistrator rather than anonymous user.
How do I list all of the tables in a schema in DB2?
Prioritization of List in Excel
How do I use the registry to disable CTRL+O keyboard shortcuts in Windows XP/IE 6
Disable Auto-Summary on Router
Inventory System (Freeware) Recommendation
From where I can download HP Smartstart version 8.40
Hosted Syslog Server