代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/339483/12230419
sh ex45a.sh
#!/bin/bash
echo
echo "String operations using \"expr \$string : \" construct"
echo "==================================================="
echo
a=1234zipper5FLIPPER43231
echo "The string being opera
www.eeworm.com/read/336620/12428649
js stats.js
if(!cGB){var cGB=true;if(!cm_ClientID){var cm_ClientID="99999999"}if(!cm_HOST){var cm_HOST="data.coremetrics.com/cm?"}if(!cm_ClientTS){var dt=new Date();var cm_ClientTS=dt.getTime()}if(!cm_TrackLink){
www.eeworm.com/read/229791/14316831
pas idcoderheader.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/221742/14723453
js s_code.js
// Copyright (c) Microsoft Corporation. All rights reserved.
var s=s_gi(s_account);s.trackDownloadLinks=true;s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls";s.trackExternalLink
www.eeworm.com/read/119473/14829619
asm delete.asm
; DELETE - removes some substring from a string.
;
; On entry:
;
; DS:SI Points at the source string.
; DX Index into the string of the start of the substring
; to delete.
; CX Length o
www.eeworm.com/read/119473/14829620
asm substr.asm
; Substring function.
;
; HLL form:
;
;procedure substring(var Src:string;
; Index, Length:integer;
; var Dest:string);
;
; Src- Address of a source string.
; Index- Index into the sour
www.eeworm.com/read/207217/15279385
cpp main.cpp
// Exercise 14.5 Overloading the function call operator in the MyString class.
// One more prototype is added to the MyString class declaration
// declaring the function call operator function.
#
www.eeworm.com/read/171479/5394804
groovy stringoperationtest.groovy
class StringOperationTest extends GroovyTestCase {
def x
def y
void testPlus() {
x = "hello " + "there"
assert x == "hello there"
x = "hello " + 2
www.eeworm.com/read/168554/5444952
js characterdata.js
/*
* CharacterData.js
* A character data node in an XML document
*
* Copyright (C) 2001 David A. Lindquist (dave@gazingus.org)
*
* This library is free software; you can redistribute it an
www.eeworm.com/read/163874/5507157
java sessiondescription.java
/*
* SessionDescription.java
*
* Created on November 19, 2003, 10:38 AM
*/
package gov.nist.applet.phone.media.util;
import gov.nist.applet.phone.media.MediaManager;
/**
* A utility cla