adplus-dvertising
frame-decoration

Question

___ function returns the first occurrence of a character in a string.

a.

string

b.

index

c.

split

d.

length

Answer: (b).index

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. ___ function returns the first occurrence of a character in a string.

Similar Questions

Discover Related MCQs

Q. For extracting a substring, ____ function is used.

Q. substr function is also used to alter an existing string.

Q. Which function is used by perl for reversing a string?

Q. Which function is used for handling substitutions in perl?

Q. Which escape character is used for identifying a word character?

Q. We can use find command for testing files with perl.

Q. Which of the following is referred to as default variable?

Q. ___ operator is used for selecting current line number.

Q. ___ is known as range operator.

Q. The command @x=(1. .10) will assign first ten integer values to the array ‘a’.

Q. The ___ prefix to an array name signifies the last index of the array.

Q. For deleting the elements from the left of the array ___ function is used.

Q. For deleting the elements from the right of the array ___ function is used.

Q. To add elements to the left side of the array ____ function is used.

Q. To add elements to the right side of the array ____ function is used.

Q. Which function can combine the functionalities of push, pop, unshift and shift?

Q. Perl also supports use of for loop in the following manner.

for($i=0;$i<3;$i++){ }

Q. For splitting a line or expression into fields, __ is used.

Q. ___ function is used for joining lists.

Q. perl is ____ of grep, tr, sed and awk.