1. Question: What will be the correct output of the following syntax? <?php         $v="php 6.0";          echo sql_regcase($v); ?>

    A
    <span>[Pp][Hh][Pp] 6.0</span>

    B
    [pP][hH][pP] 6.0

    C
    [Pp][hH][Pp] 6.0

    D
    [Pp][pP][Hh] 6.0

    Note: Not available
    1. Report
  2. Question: PHP supported two regular expression ______

    A
    POSIX

    B
    Unix

    C
    Perl

    D
    Pear

    Note: Not available
    1. Report
  3. Question: Which statement is true about Regular Expressions?

    A
    describing or matching data according to defined syntax rules

    B
    allowing to slice and dice text in nearly every conceivable fashion.

    C
    Used for searching data

    Note: Not available
    1. Report
  4. Question: Which function executes a case-sensitive search of a string for defined pattern?

    A
    eregi()

    B
    ereg()

    C
    pereg()

    D
    peregI()

    Note: Not available
    1. Report
  5. Question: Which function executes a case-insensitive search of a string for defined pattern?

    A
    eregi()

    B
    ereg()

    C
    pereg()

    D
    peregI()

    Note: Not available
    1. Report
  6. Question: Which function used to find and replace  pattern with a replacement string?

    A
    eregi_replace()

    B
    ereg()

    C
    replace_string()

    D
    peregI()

    Note: Not available
    1. Report
  7. Question: How to divide a string into various elements?

    A
    using  string_divide()

    B
    Substring()

    C
    Split()

    D
    Str()

    Note: Not available
    1. Report
  8. Question: Which function searches all elements of an array, returning an array() ?

    A
    using  array_Search()

    B
    Search()

    C
    preg_grep()

    D
    Str()

    Note: Not available
    1. Report
  9. Question: ___________  function searches a string for a specific pattern, returning TRUE if it exists.

    A
    preg_search()

    B
    preg_find()

    C
    preg_match()

    D
    preg_replace()

    Note: Not available
    1. Report
  10. Question: Spliting a string into various elements based on Case-Insensitive pattern_

    A
    preg_search()

    B
    preg_find()

    C
    reg_split()

    D
    preg_split()

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd