underscore as character

underscore as character

how can i consider _ as a character instead of wildcard character?

my problem is like this

i have 20 records as follows manohar 1234455 manohar 453635 manohar 345454 manohar_1234455

now when i am searching for manohar_1234455, am getting 2 records i.e... manohar 1234455 manohar_1234455

my intention is to get manohar_1234455 record only............. how to resolve this?

View Answers

December 31, 2010 at 9:21 AM

hiiiiii

i got the answer....

we have to replace '_' with '_' then we will get actual result


December 31, 2010 at 2:30 PM

we have to replace '_' with '_' then we will get actual result


December 31, 2010 at 2:31 PM

we have to replace '' with '\' then we will get actual result









Related Tutorials/Questions & Answers:
underscore as character
underscore as character  how can i consider _ as a character instead of wildcard character? my problem is like this i have 20 records as follows manohar 1234455 manohar 453635 manohar 345454 manohar_1234455 now when i am
ModuleNotFoundError: No module named 'Underscore'
ModuleNotFoundError: No module named 'Underscore'  Hi, My Python... 'Underscore' How to remove the ModuleNotFoundError: No module named 'Underscore' error? Thanks   Hi, In your python environment you
Advertisements
ModuleNotFoundError: No module named 'django-underscore'
ModuleNotFoundError: No module named 'django-underscore'  Hi, My... named 'django-underscore' How to remove the ModuleNotFoundError: No module named 'django-underscore' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'djungle-underscore'
ModuleNotFoundError: No module named 'djungle-underscore'  Hi, My... named 'djungle-underscore' How to remove the ModuleNotFoundError: No module named 'djungle-underscore' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'django-underscore'
ModuleNotFoundError: No module named 'django-underscore'  Hi, My... named 'django-underscore' How to remove the ModuleNotFoundError: No module named 'django-underscore' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'XStatic-underscore'
ModuleNotFoundError: No module named 'XStatic-underscore'  Hi, My... named 'XStatic-underscore' How to remove the ModuleNotFoundError: No module named 'XStatic-underscore' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'django-underscore'
ModuleNotFoundError: No module named 'django-underscore'  Hi, My... named 'django-underscore' How to remove the ModuleNotFoundError: No module named 'django-underscore' error? Thanks   Hi, In your
JavaScript regex validate Character
. \w shows the word character as all alphabet, numbers and underscore... Character.   <html> <head> <title>Character validation... Character value : "+name); return true; } alert
ModuleNotFoundError: No module named 'django-babel-underscore'
ModuleNotFoundError: No module named 'django-babel-underscore'  Hi...: No module named 'django-babel-underscore' How to remove the ModuleNotFoundError: No module named 'django-babel-underscore' error? Thanks   
ModuleNotFoundError: No module named 'django-babel-underscore'
ModuleNotFoundError: No module named 'django-babel-underscore'  Hi...: No module named 'django-babel-underscore' How to remove the ModuleNotFoundError: No module named 'django-babel-underscore' error? Thanks   
Character Class
Character Class  Character defines the forDigit();,digit()methods..how can these b used and wht is radix point signifies here...in the arguments of these two???..pls answer a code on this with radix .. are these methods also
Character class
Character class   Character defines the forDigit();,digit()methods..how can these b used and wht does radix point signify here.i want to knw what basically radix is??here in the arguments of these two???because i tried runnin
Maven Repository/Dependency: org.webjars.bower | underscore
Maven Repository/Dependency of Group ID org.webjars.bower and Artifact ID underscore. Latest version of org.webjars.bower:underscore dependencies. # Version Release Date 1
Underscore b/w consecutive capatalized words
Underscore b/w consecutive capatalized words  I have a text something like this "25km from N of Rio Negro" I want to add underscore between consecutive Capatalized words having space between them. Can some one give me
How to convert entity character to html character
How to convert entity character to html character  How to convert entity character to html character
Maven Repository/Dependency: org.webjars.npm | underscore
Maven Repository/Dependency of Group ID org.webjars.npm and Artifact ID underscore. Latest version of org.webjars.npm:underscore dependencies. # Version Release Date 1 1.13.6
replace character in php
replace character in php  PHP script that replace character
How to convert entity character to html character
How to convert entity character to html character  Please help me to "convert entity character to html character" in java. If possible please provide source code which take String as input and return as String
Character Wrapper Class.
Character Wrapper Class.  what are Mirrored Unicode Characters?? and whats the use of "isMirrored(ch);method ??.where ch is any character argument.... There are special characters in UNICODE to achieve the RTL. Such character is the Mirroring
character as command line arguments
character as command line arguments  public class testing { public static void main(String args[]) { char a; a=args[0]; System.out.println("character is:"+a); } } what will be the above program output
php remove last character
php remove last character  to remove the last character, i used the trim function which is not working
find the first character is vowel or not
find the first character is vowel or not  hi friend, can u plz send me javascript code for find the wether the first character is a vowel or not. 2) check wether the last character is same as the first character or not 3) check
password validation with special character
password validation with special character  how to validate password with special character using java script
How to display string or character
How to display string or character  how to print character or a word without using array concept
Determining the type of Character
Determining the type of Character In this section, you will learn how to determine the type of a character. You can use the methods of Character class to determine the properties of a character. This class provides several methods
JavaScript regex validate Character
Character   <html> <head> <title>Character validation... Character value : "+name); return true; } alert("It is not valid character !"); return false; } </script> <
What is Character Functions
What is Character Functions  What is Character Functions   Hi, Here is the answer,ADS_TO_REPLACE_1 Character Functions are INITCAP, UPPER, LOWER, SUBSTR & LENGTH. Additional functions are GREATEST & LEAST
Character Directions in java
Character Directions in java  java 2,version 1.4 adds a method "getDirectionality();" , what is the use of this method ?   This method returns the Unicode directionality property for the given character. Character
Wrapper Character class.
Wrapper Character class.  How do the methods 'isIndentifierIgnorable(ch)' and 'isISOControl(ch)' work?? while workin with 'Character' wrapper class...: This method returns true if the character may be part of a Unicode identifier; false
J2ME count character into string
J2ME count character into string  i am new in J2ME, my problem is how to count character into number, i had been research google for almost 2 days... form which allow user to input character user input helloworld then press
Replace Character in String
Replace Character in String        This example replaces a character with a specified character in a given string. To replace a character with the given character in sting first
Unknown Character set: 'utf8mb4'.
Unknown Character set: 'utf8mb4'.  While working on eclipse on an application that uses MySQL as the back end for the database, I was having error...: Unknown Character set: 'utf8mb4'. I'm using WAMPSERVER 2.2 and Eclipse
Maven dependency for org.webjars.npm - underscore version 1.13.1 is released. Learn to use underscore version 1.13.1 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.13.1. Developer can use this version ( org.webjars.npm - underscore version 1.13.1 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.13.3 is released. Learn to use underscore version 1.13.3 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.13.3. Developer can use this version ( org.webjars.npm - underscore version 1.13.3 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.9.2 is released. Learn to use underscore version 1.9.2 in Maven based Java projects
Maven dependency for  org.webjars.npm  - Version 1.9.2 of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.9.2. Developer can use
Maven dependency for org.webjars.npm - underscore version 1.13.6 is released. Learn to use underscore version 1.13.6 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.13.6. Developer can use this version ( org.webjars.npm - underscore version 1.13.6 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.13.6 is released. Learn to use underscore version 1.13.6 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.13.6. Developer can use this version ( org.webjars.npm - underscore version 1.13.6 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.13.2 is released. Learn to use underscore version 1.13.2 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.13.2. Developer can use this version ( org.webjars.npm - underscore version 1.13.2 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.9.0 is released. Learn to use underscore version 1.9.0 in Maven based Java projects
Maven dependency for  org.webjars.npm  - Version 1.9.0 of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.9.0. Developer can use
Maven dependency for org.webjars.npm - underscore version 1.12.1 is released. Learn to use underscore version 1.12.1 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.12.1. Developer can use this version ( org.webjars.npm - underscore version 1.12.1 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.13.4 is released. Learn to use underscore version 1.13.4 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.13.4. Developer can use this version ( org.webjars.npm - underscore version 1.13.4 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.11.0 is released. Learn to use underscore version 1.11.0 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.11.0. Developer can use this version ( org.webjars.npm - underscore version 1.11.0 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.10.2 is released. Learn to use underscore version 1.10.2 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.10.2. Developer can use this version ( org.webjars.npm - underscore version 1.10.2 ) in their Java
Maven dependency for org.webjars.npm - underscore version 1.12.0 is released. Learn to use underscore version 1.12.0 in Maven based Java projects
of underscore released The developers of   org.webjars.npm - underscore project... version of  org.webjars.npm - underscore library is 1.12.0. Developer can use this version ( org.webjars.npm - underscore version 1.12.0 ) in their Java
Maven dependency for org.webjars.bower - underscore version 1.10.2 is released. Learn to use underscore version 1.10.2 in Maven based Java projects
of underscore released The developers of   org.webjars.bower - underscore..., the released version of  org.webjars.bower - underscore library is 1.10.2. Developer can use this version ( org.webjars.bower - underscore version 1.10.2
Maven dependency for org.webjars.bower - underscore version 1.10.2 is released. Learn to use underscore version 1.10.2 in Maven based Java projects
of underscore released The developers of   org.webjars.bower - underscore..., the released version of  org.webjars.bower - underscore library is 1.10.2. Developer can use this version ( org.webjars.bower - underscore version 1.10.2
character literal in octal format
character literal in octal format  class EscapeSequence1 { public...;>> EscapeSequence1.java:6: error: unclosed character literal char... ^ EscapeSequence1.java:6: error: unclosed character literal char ch2
Alphabet Character Case-Converter
Alphabet Character Case-Converter   ... a character (uppercase) into a lowercase character. The java.lang package provides the functionality to convert the uppercase character into a lowercase character
Removing character from a string in sql.
Removing character from a string in sql.  How to remove or replace character from a string
Find out last character of array
Find out last character of array  How we can find out the last character of array in java program

Ads