answersLogoWhite

0


Best Answer

%%

[a-z] printf("%c",yytext[0] - ('a' - 'A'));

%%

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Lex code to convert lower case into uppercase?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is the binary code for okay?

If it's lower-case, it would be: ok: 0110111101101011 Or, if it's all capital, it would be: OK: 0100111101001011 Or, if it's first capital, then lower-case: Ok: 0100111101101011


How could you print decimal number to bynary nomber in foxpro?

I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.


What does lb stand for other than pounds?

lb is an abbreviation of the Latin "libra" which means pound. It is also used, amongst other things, for: International letter code for Lebanon (and used as their Top Level Domain) The airline code for Lloyd Aereo Boliviano airline Lattice Boltzmann methods Lower Bound.


How do you change 'hElLo WoRlD' to 'HeLlO wOrLd' in PHP?

The process will work similar to a cryptoquip. First, you need to set up a conversion array. Then, run a strtr() and make the conversion into a new string. The code will look something like this: $input = "hElLo WoRlD"; $convert = array('A' => 'a', 'B' => 'b' ... ... 'Z' => 'z', 'a' => 'A' ... ... 'y' => 'Y', 'z' => 'Z'); $output = strtr($input, $convert); You can also look into generating the array by other means, such as looking through char codes. It is important to make sure that the array keys are the start letters and the array values are the end letters. It does not matter in what order you populate the array, as long as all letter pairs (upper-to-lower and the other way too) are present.


What is the code for levels 1 to 10 in cartoon hero?

level 1 CODE =HONGHA level 2 CODE =HOANKIEM level 3 CODE =HNAMS level 4 CODE =DHYHN level 5 CODE =ANBA level 6 CODE =KHOAMOC level 7 CODE =DIEPDIN level 8 CODE =MEYEN level 9 CODE =BOMINH level 10 CODE =EMYEU

Related questions

What is the alt code for?

The code is u226A


What is the ascii code for p?

80 for upper case and 112 for lower case


What is the code for the safe in mition 2 on club penguin?

The code is mogul(No uppercase).


How do you make the letters lower case in Pokemon dimond action replay?

You can't make the letters lower case so if you see them lower case on a AR code just put them in as uper case.


Binary code for the letter T?

Lower case: 01110100 Upper case: 01010100


How to write post code in uppercase letters?

Nashik road


What is the ASCII code in binary and decimal for lower case x?

Lower case 'x' is 120 (decimal) or 1111000 (binary) in the ASCII character table.


What is zesk's bio code on my Lego network?

73HZ5K but you have to type in the letters in lower case when you put in the code


What is the unlock code for blackberry 8900 curve?

7523322d2 <-- "d" has to be uppercase or this will not work


How do you spell if in binary code?

01001001 01000110 (uppercase IF) (see the related link)


What is ASCII code of U?

Upper case U in ASCII/Unicode is binary 0101011, U is code number 85. Lower case u in ASCII/Unicode is binary 01110101, u is code number 117.


What is the binary code for okay?

If it's lower-case, it would be: ok: 0110111101101011 Or, if it's all capital, it would be: OK: 0100111101001011 Or, if it's first capital, then lower-case: Ok: 0100111101101011