A*******n 发帖数: 625 | 1 any good method to do this:
there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
, P.C."
I want to get 2 columns, first one value is 216551842402, the second is "
HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
but my problem is there is , in the second.
thanks | A*******n 发帖数: 625 | | a9 发帖数: 21638 | 3 regex
ASSOCIATES
【在 A*******n 的大作中提到】 : any good method to do this: : there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES : , P.C." : I want to get 2 columns, first one value is 216551842402, the second is " : HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C." : but my problem is there is , in the second. : thanks
| k**n 发帖数: 3989 | 4 先找第一个豆号仆position, 然后用substring
ASSOCIATES
【在 A*******n 的大作中提到】 : any good method to do this: : there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES : , P.C." : I want to get 2 columns, first one value is 216551842402, the second is " : HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C." : but my problem is there is , in the second. : thanks
| A*******n 发帖数: 625 | 5 谢谢,donet有现成的control可以用。解决了 | A*******n 发帖数: 625 | 6 any good method to do this:
there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
, P.C."
I want to get 2 columns, first one value is 216551842402, the second is "
HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
but my problem is there is , in the second.
thanks | A*******n 发帖数: 625 | | a9 发帖数: 21638 | 8 regex
ASSOCIATES
【在 A*******n 的大作中提到】 : any good method to do this: : there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES : , P.C." : I want to get 2 columns, first one value is 216551842402, the second is " : HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C." : but my problem is there is , in the second. : thanks
| k**n 发帖数: 3989 | 9 先找第一个豆号仆position, 然后用substring
ASSOCIATES
【在 A*******n 的大作中提到】 : any good method to do this: : there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES : , P.C." : I want to get 2 columns, first one value is 216551842402, the second is " : HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C." : but my problem is there is , in the second. : thanks
| A*******n 发帖数: 625 | 10 谢谢,donet有现成的control可以用。解决了 | c**t 发帖数: 2744 | |
|