Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

karmjit435

@karmjit435
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Logging to Website
    K karmjit435

    Hi Naveen, you can study WebClient class. http://msdn.microsoft.com/en-us/library/system.net.webclient(VS.80).aspx

    C# csharp question

  • Need Help
    K karmjit435

    While reading the value from textbox, Trim the blank spaces. That may cause some problem.

    C# help

  • Regular expression
    K karmjit435

    there is another problem i have string Product : temp product name \ i have to extract the string after : and before \ KS

    C# regex

  • Regular expression
    K karmjit435

    Hi, Thanks that resolved my problem. Regards, KS

    C# regex

  • Regular expression
    K karmjit435

    i have string String s = "this is Product : temp org is fine"; can you tell me how can can get "temp" only in my value group. here is what i tried Regex productRegex = new Regex(@"(Product) *(:b)*:(:b)*(? .+) "); can you tell me.. there can some error while posting the message after ? there is group.

    C# regex

  • Regular expression
    K karmjit435

    ok.. your point is right.. i was expecting this kind of reply.. i have string String s = "this is Product : temp org is fine"; can you tell me how can can get "temp" only in my value group. here is what i tried Regex productRegex = new Regex(@"(Product) *(:b)*:(:b)*(?<value> .+) ");

    C# regex

  • Regular expression
    K karmjit435

    Hi, This is my string "Product : tempuri" i want to search "Product :" and want to save the value of the next word in a group. please tell me the regex.

    C# regex
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups