Good morning,
I need to find the first instance of [0-9] in a string. I tested the following and it works:
moss ID, match("([0-9])") regex
However ID is often a long string and the data set is extremely large. Since all I need is _pos1 is there a more efficient way of doing this?
Thanks.
ID
0 0 1 2 Hello 2
2 hi 3 2
my name
33 12
there
Related Posts with More efficient way to moss p_name, match("([0-9])") regex in a very large dataset?
Generate a new date variable from a panel dataDear all, I tried coding (see below) to generate a new date variable in month from a large panel dat…
Examples of programs with suboptionsHi all, I'm looking to review a few programs' ado files that have suboptions. By suboptions I mean …
Equivalent command to Ctsem in STATA ?Dear honourable members, Please I would like to know if in STATA there is an equivalent command to …
Panel Data: Comparison of ObservationsHello, I would like to specify a variable that indicates the ratio of new names to the total number …
predicting effectDear colleagues I'm thinking of a method to isolate the effect of a particular variable (X) on say …
Subscribe to:
Post Comments (Atom)
0 Response to More efficient way to moss p_name, match("([0-9])") regex in a very large dataset?
Post a Comment