strncmp                package:rindex                R Documentation

_S_t_r_i_n_g _c_o_m_p_a_r_i_s_o_n  _l_a _C

_D_e_s_c_r_i_p_t_i_o_n:

     Functiions to compare two vectors of strings like the standard C
     functions do.

_U_s_a_g_e:

     strcmp(a, b)
     strncmp(a, b, n)

_A_r_g_u_m_e_n_t_s:

       a: character vector 

       b: character vector 

       n: number of characters to compare 

_V_a_l_u_e:

     1 if a>b, -1 if a<b, 0 if a==b.

_A_u_t_h_o_r(_s):

     Jens Oehlschlgel

_S_e_e _A_l_s_o:

     'substr', 'Comparison'

