simple ereg() question

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default simple ereg() question

    Hi,

    How do i check with ereg() is a string is non-empty (!== '')

    Thx

    G


    Gamin Guest

  2. Similar Questions and Discussions

    1. Need Simple Answer to Simple Contribute/Firefox question
      Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight...
    2. Simple 3D Question
      I'm new to Illustrator, so please be gentle! I'm trying to draw a simple cylinder. If I draw a square and then use 3D revolve (or if I draw a circle...
    3. simple question
      Hi there, As an absolute beginner I have a simple question. I have a scene with two layers. Layer 1 should start again at frame 1 while Layer 2...
    4. a simple xml question
      I am new to cfc/xml. When I tried to test a simple cfc function that returns an xml object and tried to output it in a cfm page, the page returned...
    5. Ereg question
      Greetings, I'd like to add somee error handling to a password field: if the password is fewer than 5 characters or greater than 15 characters I'd...
  3. #2

    Default Re: simple ereg() question

    ereg(".+")

    --

    - Eddy Wong
    __________________________
    inframatrix internet solutions
    [url]http://www.inframatrix.com/[/url]


    ¥¿¤KEddy
    Regular Octa-Eddy
    ¡@¢¨¡½¢ª¡½¢©¡@
    ¢¨¢«¡@¡@¡½¢ª¢©
    ¡½¡@¡@¡@¡½¡@¡½ É\¿ß¡G [email]eddy@zitez.net[/email]
    ¡½¡½¡½¡@¡½¡@¡½ É\¨¦¡G [url]news://news.fixip.net/chat.ed[/url]
    ¡½¡@¡@¡@¡½¡@¡½ É\®Þ¤Æ¡G [url]news://news.fixip.net/[/url]
    ¢ª¢©¡@¡@¡½¢¨¢«
    ¡@¢ª¡½¢¨¡½¢«¡@

    "Gamin" <gamin@vsnl.net> wrote in message
    news:20030709050608.69983.qmail@pb1.pair.com...
    > Hi,
    >
    > How do i check with ereg() is a string is non-empty (!== '')
    >
    > Thx
    >
    > G
    >
    >

    Eddy-Das Guest

  4. #3

    Default Re: simple ereg() question


    "Eddy-Das" <eddy@zitez.net> wrote in message
    news:20030709053917.93010.qmail@pb1.pair.com...
    > ereg(".+")
    >
    Thank you


    Gamin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139