search for: xx_yy

Displaying 2 results from an estimated 2 matches for "xx_yy".

Did you mean: xx_2
2009 Sep 25
7
Spliting columns, strings or reg exp returning substrings
Currently as the first column in a data frame I have string values in the format xx_yy - I want to create a new column with just the substring xx (for each row in turn). Three possible ways to do this might be (1) split the string by '_' using strsplit and paste the first of the resulting variables into a new column, but I have been unable to do this for each row of my data...
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...p;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns the canonical form of current locale name. Canonical form is the -one that is used on UNIX systems: it is a two- or five-letter string in xx or -xx_YY format, where xx is ISO 639 code of language and YY is ISO 3166 code of -the country. Examples are "en", "en_GB", "en_US" or "fr_FR". - -This form is internally used when looking up message catalogs. - -Compare . -&nbsp&a...