代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/316877/3584664
js substring.js
// create and initialize a string variable
var str = "JavaScript in easy steps";
// get two substrings with the substring() method
var sub1 = str.substring(14,19) + str.substring(0,11)
// get
www.eeworm.com/read/394943/2451794
java substring.java
/*****************************************************************************
SQLJEP - Java SQL Expression Parser 0.2
November 1 2006
(c) Copyright 2006, Alexey Gaidukov
SQ
www.eeworm.com/read/394943/2451908
java substring.java
package com.meidusa.amoeba.parser.function;
import java.util.List;
import com.meidusa.amoeba.parser.expression.Expression;
import com.meidusa.amoeba.sqljep.ParseException;
/**
*
* @auth
www.eeworm.com/read/375427/2724463
java substring.java
// Fig. 8.7: SubString.java
// This program demonstrates the String class substring methods.
import java.io.*;
class SubString {
public static void main(String[] args) throws IOExceptio
www.eeworm.com/read/366468/2890254
java substring.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozil
www.eeworm.com/read/363497/2917600
java substring.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use