legendsaga
New Member
- Joined
- Jun 6, 2018
- Messages
- 1
Hi everyone
I want to extract all the numbers from a string and get them separated by columns or at least separated by comma
for example
the person left the cellphone 45213204456, job 3489334 house 9888234 mother 452103210, value to pay $25
result
[TABLE="width: 500"]
<tbody>[TR]
[TD]45213204456[/TD]
[TD]3489334[/TD]
[TD] 9888234[/TD]
[TD]452103210[/TD]
[TD]25[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
or
45213204456,3489334,9888234,452103210,25
I would be really grateful for the help
I want to extract all the numbers from a string and get them separated by columns or at least separated by comma
for example
the person left the cellphone 45213204456, job 3489334 house 9888234 mother 452103210, value to pay $25
result
[TABLE="width: 500"]
<tbody>[TR]
[TD]45213204456[/TD]
[TD]3489334[/TD]
[TD] 9888234[/TD]
[TD]452103210[/TD]
[TD]25[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
or
45213204456,3489334,9888234,452103210,25
I would be really grateful for the help